ComponentOne DataGrid for WPF and Silverlight
RemoveRows(DataGridRow[]) Method

C1.WPF.DataGrid Namespace > C1DataGrid Class > RemoveRows Method : RemoveRows(DataGridRow[]) Method
The rows to remove.
Removes a specified collection of rows.
Syntax
'Declaration
 
Public Overloads Function RemoveRows( _
   ByVal removedRows() As DataGridRow _
) As System.Boolean
public System.bool RemoveRows( 
   DataGridRow[] removedRows
)

Parameters

removedRows
The rows to remove.

Return Value

True, if the rows were removed
See Also

Reference

C1DataGrid Class
C1DataGrid Members
Overload List